projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa65e2
)
(mail-mailer-swallows-blank-line): Put space and tab into brackets.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 May 1994 22:00:33 +0000
(22:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 May 1994 22:00:33 +0000
(22:00 +0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index ace0e44570824f00884e8d22fd66d03e4e63bd79..16d05bef4cb8187d22ff5ea06d55200741d73d32 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-139,7
+139,7
@@
so you can edit or delete these lines.")
(let ((case-fold-search nil))
(re-search-forward "^OR\\>" nil t)))
(kill-buffer buffer))))
- '(looking-at "
\t
\\|[-a-zA-Z]+:"))
+ '(looking-at "
[ \t]
\\|[-a-zA-Z]+:"))
"Set this non-nil if the system's mailer runs the header and body together.
\(This problem exists on Sunos 4 when sendmail is run in remote mode.)
The value should be an expression to test whether the problem will